home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 41 / Issue 41.iso / pc / PCSoftware / Netscape 6 Official Release / nim.xpi / bin / chrome / aim.jar / content / aim / findAFriend1_0.xul < prev    next >
Encoding:
Extensible Markup Language  |  2000-09-14  |  2.0 KB  |  69 lines

  1. <?xml version="1.0"?> 
  2. <!-- -*- Mode: SGML; indent-tabs-mode: nil; -*- -->
  3. <!--
  4.  
  5.   The contents of this file are subject to the Netscape Public License
  6.   Version 1.0 (the "NPL"); you may not use this file except in
  7.   compliance with the NPL.  You may obtain a copy of the NPL at
  8.   http://www.mozilla.org/NPL/
  9.  
  10.   Software distributed under the NPL is distributed on an "AS IS" basis,
  11.   WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  12.   for the specific language governing rights and limitations under the
  13.   NPL.
  14.  
  15.   The Initial Developer of this code under the NPL is Netscape
  16.   Communications Corporation.  Portions created by Netscape are
  17.   Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  18.   Reserved.
  19.  
  20. -->
  21.  
  22. <!-- Find A Friend Wizard -->
  23. <?xml-stylesheet href="chrome://aim/skin/" type="text/css"?>
  24.  
  25.  
  26. <!DOCTYPE window SYSTEM "chrome://aim/locale/findAFriend1_0.dtd" >
  27. <window 
  28.     xmlns:html="http://www.w3.org/1999/xhtml"
  29.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="dialog"
  30.         onload="parent.wizardManager.onPageLoad('findAFriend1_0');"> 
  31.  
  32.   <html:script language="JavaScript" src="findAFriend1_0.js"/>
  33. <html:script>
  34. window.title="&pagetitle;";
  35. </html:script>
  36.  
  37.   <box flex="100%" align="vertical">
  38.     <html:div> &faf10.p1.text;
  39.     <html:dl>
  40. <html:dt>
  41. <html:label><html:input type="radio" value="findAFriend2_1" name="stype" id="stype" onclick="setNext(this.value)" /></html:label>
  42. &faf10.p2.text;
  43. </html:dt>
  44. <html:dt>
  45. <html:label><html:input type="radio" value="findAFriend1_1" name="stype" id="stype" onclick="setNext(this.value)" checked="1"/></html:label>
  46. &faf10.p3.text;
  47. </html:dt>
  48. <html:dt>
  49. <html:label><html:input type="radio" value="findAFriend3_1" name="stype" id="stype" onclick="setNext(this.value)"/></html:label>
  50. &faf10.p4.text;
  51. </html:dt>
  52.  
  53.     </html:dl>
  54. </html:div> 
  55.     <spring flex="50%"/>
  56.     <html:div>
  57. &faf10.p5.text;
  58.     </html:div>
  59.  
  60.     <spring flex="50%"/>
  61.  
  62. <html:div>
  63. &faf10.p6.text;
  64. </html:div>
  65.     </box>
  66.  
  67. </window>
  68.  
  69.